projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca305bb
)
Add border-width to the migration guide
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Oct 2016 13:58:36 +0000
(09:58 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 21 Oct 2016 14:01:29 +0000
(10:01 -0400)
No good answers here yet.
docs/reference/gtk/migrating-3to4.xml
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.xml
b/docs/reference/gtk/migrating-3to4.xml
index b818a7f2c7faf8edbf69462797c4b70b7e11d25b..d45b688a7c67dd2ce34bfcc90ac6e0925d72ff29 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.xml
+++ b/
docs/reference/gtk/migrating-3to4.xml
@@
-121,6
+121,15
@@
</para>
</section>
+ <section>
+ <title>Stop using GtkContainer::border-width</title>
+ <para>
+ GTK+ 4 has removed the #GtkContainer::border-width property.
+ Use other means to influence the spacing of your containers.
+ FIXME: what are those ?
+ </para>
+ </section>
+
</section>
</chapter>